home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / kickups.swf / scripts / DefineButton2_31 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  82 b   |  8 lines

  1. on(press){
  2.    play();
  3.    tellTarget("../")
  4.    {
  5.       call("kick");
  6.    }
  7. }
  8.